wayland: Plug some memleaks in DnD/clipboard code
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 25 Jun 2015 12:52:47 +0000 (14:52 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 Jun 2015 13:09:56 +0000 (15:09 +0200)
commit6cc9b17429787de578c18616fb5af03aac12378f
tree5d2badbf98ef4e07931ddd2c3a65133e13fcf5c6
parentf8b7623b3c5c056fcc1d2fd15df8ec62006b44d7
wayland: Plug some memleaks in DnD/clipboard code

gdk_atom_name() return value must be freed, this code was consistently
not doing so...
gdk/wayland/gdkdnd-wayland.c
gdk/wayland/gdkselection-wayland.c